From: Dan Nicolaescu Date: Fri, 20 Aug 2010 22:36:07 +0000 (-0700) Subject: Remove redundant HAVE_TCATTR defines. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~6895 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5c2cfebc48a6809738e956d89d8aff0ebd160557;p=emacs.git Remove redundant HAVE_TCATTR defines. * src/s/unixware.h (HAVE_TCATTR): * src/s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed. systty.h defines it when HAVE_TERMIOS is defined. --- diff --git a/src/ChangeLog b/src/ChangeLog index a3a63b745e3..6daab655355 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2010-08-20 Dan Nicolaescu + + * s/unixware.h (HAVE_TCATTR): + * s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed. + systty.h defines it when HAVE_TERMIOS is defined. + 2010-08-20 Eli Zaretskii * dispnew.c (buffer_posn_from_coords): Fix last change for text diff --git a/src/s/aix4-2.h b/src/s/aix4-2.h index 84920f888e1..0a3d48db639 100644 --- a/src/s/aix4-2.h +++ b/src/s/aix4-2.h @@ -55,10 +55,6 @@ along with GNU Emacs. If not, see . */ /* Special items needed to make Emacs run on this system. */ -/* The following definition seems to be needed in AIX version 3.1.6.8. - It may not have been needed in certain earlier versions. */ -#define HAVE_TCATTR - /* AIX doesn't define this. */ #define unix 1 diff --git a/src/s/unixware.h b/src/s/unixware.h index ac989d48e2c..81b1b3d97fa 100644 --- a/src/s/unixware.h +++ b/src/s/unixware.h @@ -21,8 +21,6 @@ along with GNU Emacs. If not, see . */ #include "usg5-4-common.h" -/* fnf@cygnus.com says these exist. */ -#define HAVE_TCATTR /* #define HAVE_GETWD (appears to be buggy on SVR4.2) */ #undef HAVE_GETWD